home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************
- HTBSwitch.dll
-
- SwitchDlg.h
-
- Copyright 1999 TransEra Corporation
- *****************************************************/
-
- #if !defined(AFX_SWITCHDLG_H__3F055CCF_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_)
- #define AFX_SWITCHDLG_H__3F055CCF_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- class SwitchDlg : public CDialog
- {
- // Construction
- public:
- SwitchDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(SwitchDlg)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SwitchDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(SwitchDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SWITCHDLG_H__3F055CCF_7CCE_11D3_8BD0_00105AC66D91__INCLUDED_)
-